statement n. 1.陳述,聲明,聲明書。 2.【法律】供述;交待。 3.【商業(yè)】貸借對照表;(財務)報告書。 Statements should be based on facts. 說話要有根據(jù)。 prepare an official statement 準備一項正式說明。 make a detailed statement of profit and loss 出具詳細的損益計算書。 issue a statement 發(fā)表一個聲明。 a random statement 胡亂的供詞。 a bank statement 銀行報告單[結單]。
Alter assembly statement cannot be used to change the following Alter assembly語句無法用于更改以下各項:
Separate alter assembly statements must be issued for any dependent assemblies that also require updating 必須為需要更新的任何相關程序集發(fā)出單獨的alter assembly語句。
When you have to modify an assembly , you must issue an alter assembly statement to update the assembly in the database 當必須修改程序集時,您必須發(fā)出alter assembly語句以更新數(shù)據(jù)庫中的程序集。
If specified , sql server executes the alter assembly statement even if there are tables in the database that contain the following 如果指定該選項,則即使數(shù)據(jù)庫中存在包含下列項的表, sql server仍將執(zhí)行alter assembly語句:
To modify a type , you must either drop the type and then re - create it , or issue an alter assembly statement by using the with unchecked data clause 若要修改類型,必須刪除該類型,然后再重新創(chuàng)建,或者使用with unchecked data子句發(fā)出alter assembly語句。
The with unchecked data clause of the alter assembly statement instructs sql server to refresh even those assemblies upon which persisted data in the database is dependent Alter assembly語句中的with unchecked data子句指示sql server甚至刷新數(shù)據(jù)庫中的持久化數(shù)據(jù)依賴的那些程序集。
Assemblies are modified in sql server by using the transact - sql alter assembly statement or in sql server management studio by using the assembly assisted editor 使用transact - sql alter assembly語句在sql server中修改程序集或者使用程序集輔助編輯器在sql server management studio中修改程序集。
If dbcc checktable fails , you must either delete the table rows that are not valid or modify the assembly code to address problems , and then issue additional alter assembly statements 如果dbcc checktable失敗,則您必須刪除無效的表行或修改程序集代碼以處理問題,然后發(fā)出其他alter assembly語句。
Assemblies are created in sql server by using the transact - sql create assembly statement , or in the sql server management studio by using the assembly assisted editor 使用transact - sql create assembly語句在sql server中創(chuàng)建程序集或者使用程序集輔助編輯器在sql server management studio中創(chuàng)建程序集。
This can be done through the microsoft visual studio integrated development environment or by using the transact - sql create assembly statement , which copies the assembly defining the udt into a database 注冊可以通過microsoft visual studio集成開發(fā)環(huán)境或使用transact - sql create assembly語句(將定義udt的程序集復制到數(shù)據(jù)庫中)完成。